using RemoteAccessPlatform.Windows.Models; namespace RemoteAccessPlatform.Windows.Contracts; public interface IBackendResourceClient { Task> GetResourcesAsync(string userId, string organizationId, CancellationToken cancellationToken); }