public ProtoGenericArray <ProtoNPC> FiefExpenditure(string type)
 {
     return(_playerOps.AdjustFiefExpenditure(type, _testClient));
 }