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