public function put(\blaze\lang\Reflectable $key, \blaze\lang\Reflectable $value)
 {
     return $this->map->put($key, $value);
 }