public ProtoMessage sendAssassin(string assassin, string target)
 {
     return(_playerOps.sendAssassin(assassin, target, _testClient));
 }