public async Task <int> GetMostCommonLevel() { return(await processor.GetMostCommonLevel()); }
public Task <int> GetMostCommonLevel() { return(processor.GetMostCommonLevel()); }