public void GetDelegatesTest()
        {
            var delegates = DelegateService.GetDelegates(new SmartHoldemBaseRequest {
                OrderBy = "vote"
            });

            GetAllResultTest(delegates);
        }