public current_actor_status(String Name, actor_status _Status) { ActorName = Name; Status = _Status; LastUpdate = DateTime.Now; }