Example #1
0
 public async Task <dynamic> ShutdownBots()
 {
     return(await _steamService.StopAllBotsAsync(new StopAllBotsRequest()));
 }