public static string GetCustomerPremiseAddress(FacilityDataRetrievalArgument args)
 {
     return GetAddress(args.GetServiceAddress());
 }