I have following entities:
public class Subscription { public int Id { get; set; } public int? BillingContractId { get; set; } public BillingContract