namespace OF_DL.Services; public interface ICajetanApiService : IApiService { Task GetDetailedUserInfoAsync(string endpoint); Task> GetUsersWithProgressAsync(string typeDisplay, string endpoint, string? typeParam, bool offsetByCount); Task> GetUsersWithUnreadMessagesAsync(); Task MarkAsUnreadAsync(string endpoint); }