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