public override async Task <Empty> AddGoodsInformation(GrpcCacheGoodsInformation goodsInformation, ServerCallContext context)
        {
            await _cache.AddGoodsInformationAsync(goodsInformation.Key, goodsInformation);

            return(new Empty());
        }