I have User entity
public class User { public int UserId { get; set; } public string FirstName { get; set; } public string LastName {