syntax = "proto3"; package ASC.Core.Common.Configuration; message ConsumerCacheItem { string Name = 1; int32 TenantId = 2; }