Map<String, dynamic> toJson() => {'name': name, 'payload': payload, if (storageWritePath != null) 'storage_write_path': storageWritePath};