namespace AppScaffolding { public interface ILogForm { void WriteLine(string text); } }