public async Task ClearBanned() { ApiResponse response = await NetworkApi.ClearBanned(); Assert.IsFalse(response.HasError); }