namespace PRSDesktop; public interface IDockPanel { void Setup(); void Refresh(); }