public class StringInterpolationExample { public void GetDisplayString(string input) { return $"The input was {input}"; } }