namespace Artemis.Core { /// /// Represents a view model for a plugin configuration window /// public interface IPluginConfigurationViewModel { } }