public static void Main() { UsedType.UsedMethod(); }
public void InitTypeInMethod() { var usedType = new UsedType(); }