namespace RIZO_Application.Modules.LogModule.Services.Interfaces { public interface ILogService { string GetMessage(); } }