public async Task Create(AuthUser authUser) { authUser.Id = authUser.GenerateGuid(); await _authRepository.Create(authUser); }