public void NotifyProfilesChanged(Contracts.Options[] profiles)
 {
     _summaryChache.NotifyProfilesChanged(profiles);
     _viewModelOrNull?.NotifyProfilesChanged(profiles);
 }