Beispiel #1
0
 public static async Task <bool> IsChaosAsync(this IFeatureGate gate, string route)
 {
     return(await gate.IsChaosAsync(route));
 }