namespace Services.Numbers; public interface INumbersService { byte[] GetNumbers(byte count); }