static void Main(string[] args)
        {
            var example = new Examples();

            example.DoWork();
        }