using System; namespace Z.Dynamic.Core.Lab { class Program { static void Main(string[] args) { Request_Dictionary.Execute(); } } }