Example #1
0
 public async Task <SpeedTestResults> RunUserSpeedTestAsync()
 {
     return(await _testService.RunUserSpeedTestAsync());
 }