private CoordinationEntryPath GetPath(EndPointAddress endPoint)
 {
     return(BasePath.GetChildPath(endPoint.ToString()));
 }