public IActivity Get(string id)
 {
     return(_system.GetActivity(id));
 }