namespace Connected.Interop.Reflection { internal interface IStringSplitter { string[] Split(string valueList); } }