public interface IToStringImplementation { string DoToString(in T input); }