namespace UI { public interface IFormController { int? OpenUI(TContext context); void CloseUI(); } }