/// <summary>
        /// Creates view model for providing information about activated license.
        /// </summary>
        /// <returns>View model for the activated license state.</returns>
        private ActivatedStateViewModel _CreateActivatedState()
        {
            var state = new ActivatedStateViewModel(
                _licenseManager,
                _licensePageCommands,
                this.ShowExpirationWarning);

            return(state);
        }
        /// <summary>
        /// Creates view model for providing information about activated license.
        /// </summary>
        /// <returns>View model for the activated license state.</returns>
        private ActivatedStateViewModel _CreateActivatedState()
        {
            var state = new ActivatedStateViewModel(
                _licenseManager,
                _licensePageCommands,
                this.ShowExpirationWarning);

            return state;
        }