In order to not rewrite basic CRUD for each entity I want to implement a base entity class with the base CRUD operations that can be implemented by any other entity....The ...problem... is I'm using Dapper for mapping with Dapper.Contrib and my database t...