private static bool CanChangeScoreForStory(IStory theStory, IUser theUser)
 {
     return(!theStory.HasExpired() && theUser.IsPublicUser());
 }