Esempio n. 1
0
        public async Task Enum()
        {
            var text = await _systemClient.ConvertText("hEllO woRd!", TextStyle.Upper);

            text.ShouldBe("HELLO WORD!");
        }