namespace AuthorBuddy.Web.Services;
public interface IThemeService
{
Task ApplyTheme(string theme);
string Theme { get; }
}