public ServiceDiscovery(IServiceQueryRepository serviceQueryRepository) { _serviceQueryRepository = serviceQueryRepository; }
public ServiceRegistry(IServiceQueryRepository serviceQueryRepository, IServiceRepository serviceRepository) { _serviceQueryRepository = serviceQueryRepository; _serviceRepository = serviceRepository; }