namespace UI { public interface IFormController where T : UIContext { int? OpenUI(T context); void CloseUI(); } }