public void ContactRemoved(int contactId)
 {
     _pushNotificationservice.RebindDevicesToMasterContact(contactId);
 }