public System.Threading.Tasks.Task <bool> TakeTurnAsync(BattleLib.RoundAction Turn, string UserKey, string BattleKey)
 {
     return(base.Channel.TakeTurnAsync(Turn, UserKey, BattleKey));
 }
 public bool TakeTurn(BattleLib.RoundAction Turn, string UserKey, string BattleKey)
 {
     return(base.Channel.TakeTurn(Turn, UserKey, BattleKey));
 }