public PropertyService(IPropertyManagerClient client)
 {
     _client = client;
 }