using System;
public class Program
{
private readonly string test = String.Empty;
private readonly string test2 = test + "456";
}