This is my AppUser Class:
public class AppUser { public int Id { get; set; } public string email { get; set; } public string userFirstName { get