public MainPageViewModel() { _info = new InfoViewModel(); _apps = new AppsViewModel(); _refreshCommand = new RelayCommand(OnRefresh); }