public bool Test(string str) => Kata.IsIsogram(str);
static void Main(string[] args) { Kata.IsIsogram("Dermatoglyphics"); }