Given the following model
public class User { public Guid Id { get; set; } public string Name { get; set; } public string Address { get; set; } }