public Task <List <Formation> > GetFormations() { _logger.Debug("Requesting all formations"); return(_squadRepository.GetFormationsAsync()); }