public function copyAsset(Asset $asset, Container $container, $new_name)
 {
     $asset->copy($container, $new_name);
     return $this;
 }