static void Main(string[] args) { BusinessTasks x = new BusinessTasks(); string[] a = { "a", "b", "c", "d", "e" }; Console.WriteLine(x.getTask(a, 3)); Console.ReadLine(); }