private function sendETagHeader(Tracker_Artifact $artifact)
 {
     Header::eTag($artifact->getVersionIdentifier());
 }