private bool AssetExists(long id)
 {
     return(service.AssetExists(id));
 }