public Task <IResponse> AddArmy(AddArmyCommand command) { return(_battleService.AddArmyToBattleAsync(command)); }