private static Task BadInvokeAsync(OptEmpty opt) { Assert.False(true, "Invoked the bad evil method"); return(Task.CompletedTask); }
private static void BadInvoke(OptEmpty opt) { Assert.False(true, "Invoked the bad evil method"); }