public async Task <string> Get()
        {
            var result = await _callApiService.GetInfo();

            return(result);
        }