public ProxyTypeIdToIdentityMap getSupportedServices(Current current)
        {
            ProxyTypeIdToIdentityMap newMap = new ProxyTypeIdToIdentityMap();

            newMap.AddRange(commandControllerTypeToProxyIdentityMap);
            return(newMap);
        }
 public ProxyTypeIdToIdentityMap getSupportedServices(Current current)
 {
     ProxyTypeIdToIdentityMap newMap = new ProxyTypeIdToIdentityMap();
        newMap.AddRange(commandControllerTypeToProxyIdentityMap);
        return newMap;
 }