namespace HopFrame.Security.Options; public abstract class OptionsFromConfiguration { public abstract string Position { get; } }