using System;
public class Program
{
public static void Main()
var attachmentId = 1234;
Console.WriteLine("[\"" + attachmentId + "\"]");
}