I have a class which has a string property:
public class User() { public string Name { get; set; } public int OtherProperty { get; set; } }