public bool DeleteRegistration(string registrationId) { var result = _notification.DeleteRegistration(registrationId); return(result); }