namespace Props.Options { public class ContentOptions { public const string Content = "Content"; public string Dir { get; set; } } }