using System.Collections.Generic; namespace Oqtane.Modules { public interface IModule { Dictionary Properties { get; } } }