public async Task <FullSquadDto> GetSquadAsync(Guid squadOwnerId, CancellationToken cancellationToken) => (FullSquadDto)await _squadRepository.GetByOwnerId(squadOwnerId, cancellationToken);