namespace Day1; public interface IStringTransform { string Transform(string input); }