public IResource Get(string id)
 {
     return(_system.GetResource(id));
 }