using Govor.Core.Models; namespace Govor.Application.Interfaces; public interface IUserPrivateChatsGetterService { Task> GetUserChatsAsync(Guid userId); }