# Functions
NetworkServiceClient - convenience function to help in converting things from networkservice.NetworkServiceClient to *networkservice.NetworkServiceClient
it turns a concrete struct which implements networkservice.NetworkServiceClient cannot be converted to *networkservice.NetworkServiceClient - go complains about it.
NetworkServiceEndpointRegistryClient converts client to *registry.NetworkServiceEndpointRegistryClient.
NetworkServiceRegistryClient converts client to *registry.NetworkServiceRegistryClient.