Future<bool> installService({ required String serviceName, required String displayName, required String description, }) async { throw UnimplementedError('installService() has not been implemented.'); }