private static async Task <IList <CompletionsItem> > TypeAndGetCompletionsAsync(char @char, MirrorSharpTestDriver driver) { return((await driver.SendWithRequiredResultAsync <CompletionsResult>(TypeChar, @char)).Completions); }