using System; namespace Knot.Modules.Conversations.Application.Abstractions; public interface IUserStatusService { bool IsUserOnline(string userId); }