namespace MyLib; public static class Greeter { public static string Greet(string name) { return $"hello {name}!"; } }