public Task <IdentifiedObject> GetValue(long globalId)
 {
     return(_networkModel.GetValue(globalId));
 }