namespace FormulaOneApp.ErgastAPI.Services.Race { using System.Threading.Tasks; using Model.Race; public interface IRaceService { /// /// /// /// /// Task GetSeasonScheduleCollectionAsync(string season = "current"); } }