public void CreateCheckWithMessageType()
 {
     Invoking(() => ClaimFactory.CreateCheck("message-type", "file://server/folder/file.bin")).Should().NotThrow();
 }
 public void CreateCheckOut()
 {
     Invoking(() => ClaimFactory.CreateCheckOut("file://server/folder/file.bin")).Should().NotThrow();
 }