/// <summary>
        /// Initializes a new instance of the <see cref="T:PackageSourcesViewModel"/> class.
        /// </summary>
        public PackageSourcesViewModel(PackageSourcesModel packageSourcesModel)
        {
            // Setup the package sources
            _packageSourcesModel = packageSourcesModel;

            InitializeCommands();
            InitializeFeedSources();
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="T:PackageSourcesViewModel"/> class.
        /// </summary>
        public PackageSourcesViewModel(PackageSourcesModel packageSourcesModel)
        {
            // Setup the package sources
            _packageSourcesModel = packageSourcesModel;

            InitializeCommands();
            InitializeFeedSources();
        }