private void OnGetRootDirectory(GetRootDirectory msg)
 {
     Sender.Tell(new GetRootDirectoryResult(_rootDirectory), Self);
 }
 private void OnGetRootDirectory(GetRootDirectory msg)
 {
     Sender.Tell(new GetRootDirectoryResult(_rootDirectory), Self);
 }