Following are my classes
public class UserViewModel { public string FirstName { get; set; } public string LastName { get; set; }