public static object Volatility([ExcelArgument(Description = "The hash of a valid Sample object", Name = "Sample")] string hash) { return(Run(() => SampleLogic.Volatility(hash))); }
public static object VolatilityAsync([ExcelArgument(Description = "The hash of a valid Sample object", Name = "Sample")] string hash) { return(RunAsync(() => SampleLogic.Volatility(hash), "Lloyds.Async.Sample.Volatility")); }