public SetBreakpointsRequestArguments(string path, int[] lines)
 {
     source = new BreakpointSource {
         path = path
     };
     this.lines = lines;
 }
		public SetBreakpointsRequestArguments(string path, int[] lines)
		{
			source = new BreakpointSource { path = path };
			this.lines = lines;
		}