using WePlatform.BaseSystem.Configuration.Ui; namespace WePlatform.Models.Layout { public class RightSideBarViewModel { public UiThemeInfo CurrentTheme { get; set; } } }