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