public ObservableCollection <IComPluginSource> RetrieveSources()
 {
     return(new ObservableCollection <IComPluginSource>(_queryProxy.FetchComPluginSources()));
 }