namespace Bit.App.Abstractions { public interface ILogService { void WriteLine(string message); } }