@Test(expectedExceptions = CreationException.class,
expectedExceptionsMessageRegExp = ".*clientToken.*")
public void testTooLongClientToken() throws Exception {
final Manager rm = this.locator.getManager();
final Caller caller = this.populator().getCaller();
//65 character string, max token length is 64
final String token = "akjfa34q9ufajalkja4fajlfdaldfkja94iw0459i34jwljrselkfjsldfkjgslkd";
final CreateRequest request = this.populator().