namespace MultiShop.Options { public class IdentificationOptions { public const string Identification = "Identification"; public bool RegistrationEnabled { get; set; } } }