public void Start()
        {
            Actor = Configuration.ActorFactory();

            _mailbox.Start();
        }