using GetFromLoki.Models; namespace GetFromLoki.Services; public interface ILokiService { Task> GetLogsAsync(LogQueryRequest request); }