public async Task SaveAsync(User user)
 {
     await UserContext.InsertOrReplaceAsync(user).ConfigureAwait(false);
 }