/// <summary>
 /// Initializes a new instance of the <see cref="NotQuiteLispClient"/> class.
 /// </summary>
 public NotQuiteLispClient()
 {
     _solver = new NotQuiteLisp();
 }
 public void BeforeEach()
 {
     _target = new NotQuiteLisp();
 }