public void can_create() { var token = new AuthenticationToken("token"); Assert.Equal("token", token.Token); }