The error that I get is:
An object reference is required for the non-static field, method, or property 'Configuration.GetSection(string)'
I have the following code:
StripeConfiguration.ApiKey = Configuration.GetSection("Stripe")["ApiKey"];