namespace Explorer { interface IExpandHeight { bool IsExpanded { get; set; } float WhiteSpace { get; set; } } }