Gets a service of the specified type.
@override T? getService<T>({Object? key}) { if (this is T) return this as T; return innerClient.getService<T>(key: key); }