CrossSignedDeviceVerification
data class CrossSignedDeviceVerification(ownUserId: UserId, sendToDevices: Set<String>, createDeviceVerificationRequest: suspend (theirUserId: UserId, theirDeviceIds: Set<String>) -> Result<ActiveDeviceVerification>) : SelfVerificationMethod