public static TValue GetValue <TValue>(this IConfiguration configuration, string key) { return(MethodCache <TValue> .GetValue(configuration, key)); }