public void Dispose()
 {
     FlyinlineContextFactory.Destroy(_context);
 }
 public CommandTestBase()
 {
     _context = FlyinlineContextFactory.Create();
 }