namespace Model.Rules { /// /// public class SourceArea { /// /// Gets or sets the label. /// /// The label. public string Label { get; set; } /// /// Gets or sets the path. /// /// The path. public string Path { get; set; } } }