static void Main(string[] args)
        {
            _distributor.Start();

            Console.ReadKey();
        }