public void Constructor_NoInputParams_IsInstanceOfDomainEntity()
 {
     var sut = new Pet();
     sut.ShouldBeInstanceOf<DomainEntity>();
 }