public Task <DateTimeOffset> GetLockoutEndDateAsync(TUser user) { return(_userStore.GetLockoutEndDateAsync(Mapper.Map <IdentityUser>(user))); }