public static async Task AndAsync(this ITestRunner testRunner, string text) { await testRunner.AndAsync(text, null, null, null); }