I have a model for my database (using efcore to translate between model and database) that contains a string that can be three values....In order to better control the string values going into the db, I created an enum of sorts (which you can't do in C# s...