namespace Wino.Domain.Interfaces
{
public interface IUnderlyingThemeService
bool IsUnderlyingThemeDark();
}