public void the_status_should_be_returned()
 {
     theStatus.ShouldEqual(OwnershipStatus.Exception);
 }
 public void the_status_should_be_returned()
 {
     theStatus.ShouldEqual(OwnershipStatus.OwnershipActivated);
 }
 public void the_status_should_be_returned()
 {
     theStatus.ShouldEqual(OwnershipStatus.AlreadyOwned);
 }
 public void the_status_should_be_returned()
 {
     theStatus.ShouldEqual(OwnershipStatus.UnknownSubject);
 }