public void GetByPubKeyTest()
        {
            var dele2 = DelegateService.GetByPubKey(_pubKey);

            GetByPubKeyResultTest(dele2);
        }
        public void GetByPubKeyErrorTest()
        {
            var dele = DelegateService.GetByPubKey("ErrorKey");

            GetByPubKeyErrorResultTest(dele);
        }
        public void GetByPubKeyTest()
        {
            var dele2 = DelegateService.GetByPubKey("022a777d6010beac8fd1092a19adacde592e9ff88b84a1106ad9bd6f32001a737a");

            Assert.AreEqual(dele2.Username, "cryptolanka123");
        }