using System.Collections.Generic; using InABox.Core; namespace PRSDesktop { public class WidgetDashboardDataModel : DataModel { public override string Name => "Widget Dashboard"; } }