using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Turf.cs { public class Args { public string data_dir { set; get; } } }