namespace DotBased.AspNet.Authority.Models.Options; public class RepositoryOptions { /// /// Use data encryption when a property has the defined. /// Default: true /// public bool UseDataProtection { get; set; } = true; }