I have a Model with a Guid primary key. I want the Database to generate a key on insert so I added the following annotations:
public class Employee {