public static CorrectionResult Suggest(string input) => Checker.Check(input) switch { false => Checker.Suggest(input) switch