public function getService(string $id) : ?DrupalServiceDefinition { return self::$services[$id] ?? null; }