namespace Json.Net { public interface IPropertyNameTransform { string Transform(string propertyName); } }