public async Task CleanUpAsync() { try { await _leagueRepository.CleanUp(); } catch (Exception e) { throw e; } }