I'm writing a Web API project in C# that uses Entity Framework to pull data from a DB, serialize it and send it to a client....My project has 2 classes, Post and Comment (foreign key from Post)....These are my classes....Post class:...public partial class...