i have this
public SomeClass(IOptions<MyOptions> options) : base(options as BaseConfiguration)
but it won't work because it IOption of and not just the class (the base class isn't an ioption)is there a way to pass it as the class and not as ioptions?