const error = await shouldThrow(() => DisclosedProof.create({ connection, request } as any))
 const error = await shouldThrow(() => DisclosedProof.create({ connection, sourceId } as any))
 const error = await shouldThrow(async () => DisclosedProof.deserialize({ data: { source_id: 'Invalid' } } as any))