public void Constructor_NoInputs_IsInstanceOfClassMappingOwner()
 {
     var sut = new OwnerMap();
     sut.ShouldBeInstanceOf<ClassMap<Owner>>();
 }