Example #1
0
 public async Task DeleteUserAsyncTest()
 {
     string username = default;
     await _instance.DeleteUserAsync(username);
 }