namespace Log { public interface ILogger { void Trace(string message); void Debug(string message); } }