public async Task <IdentityResult> CreateAsync(UserModel user) { return(await _usersManager.CreateAsync(user)); }