namespace ProxmoxConnector.Server.Domain.Abstractions
{
public interface IUserService
bool UserIsLoggedIn { get; }
string GetUserId();
string GetUserName();
bool UserIsGuest();
}