using System; namespace TechBot.Library { public interface IServiceOutput { void WriteLine(string message); } }