public async Task <IEnumerable <Formation> > GetAllAsync() => (await _formationRepository.GetAllAsync()).Select(MapFormation);