private bool ContactExists(string id, string userName, string email) { return(_aspNetUsersService.ContactExists(id, userName, email)); }