I am working with the following model in C#
public class Bill { public Guid Id { get; set; } public Document Document { get; set; } } public class D