I am having some issues integrating some Protobuf message generated C# classes with Entity Framework Core. I am able to use the protobuf generated classes in most cases to store information correctly into both sqlite and mysql databases. The issue comes w...