protected CreationAuditedCommandHandler(
     INotificationContext notificationContext,
     CommonMessages commonMessages,
     TUnitOfWork uow,
     ICreationAuditedRepository <TEntity, TEntityKey, TUserKey> repository) : base(notificationContext, commonMessages, uow, repository)
 {
 }
 protected CreationAuditedCommandHandlerBase(
     INotificationContext notificationContext,
     CommonMessages commonMessages,
     IMapper mapper,
     TUnitOfWork uow,
     ICreationAuditedRepository <TEntity, int, int> repository) : base(notificationContext, commonMessages, mapper, uow, repository)
 {
 }