Token Service for remote mutexes and reader/writer locks.

New types of lock can be easily added on the command line to the service without changing existing code by implementing a LockHandler for the new type.

A simple test client is available in the tests directory under netsvcs\Token. @see JACE.netsvcs.Token.LockHandler @see ACE Network Services