namespace RMC.Backend.Baas { /// /// Defines the API: Stores configation /// public interface IConfigurable { // Properties ------------------------------------ Configuration Configuration { get; } // General Methods ------------------------------ } }