public List <Service> ListService(int?organisationId, int?serviceId, bool showLegacy)
 {
     return(ApartmentMethods.ListService(organisationId, serviceId, showLegacy));
 }