internal DataPayload(PayloadSafeHandle handle) { _handle = handle; }
internal FilePayload(PayloadSafeHandle handle) { _handle = handle; }