findOneBy(['name' => $name]); if ($organizer instanceof Organizer) { return $organizer; } return null; } }