/**
  * Destroy all contextual instances within the scope of the given execution.
  * 
  * @param VirtualExecution $execution
  */
 public function destroyContext(VirtualExecution $execution)
 {
     return parent::unbindContext($execution);
 }