public function clearLastError()
 {
     $this->writeStore->clearLastError();
     $this->readStore->clearLastError();
 }
 public function clearLastError()
 {
     $this->backend->clearLastError();
 }