using System.Collections.Generic; namespace LottoInterfaces; public interface ILotto { List DrawNumbers(bool sort); }