public async Task Can_get_font_pairs() { var fs = new FontService(); var pairs = await fs.GetPairs(); Assert.NotEmpty(pairs); }