public void testValidateFailureInvalidFollowingStatus()
{
SetFollowingStatusRequest request = new SetFollowingStatusRequest("ntaccount", "followingntaccount",
EntityType.PERSON, false, Follower.FollowerStatus.NOTSPECIFIED);
ServiceActionContext currentContext = new ServiceActionContext(request, principalMock);
sut.validate(currentContext);
}