public byte[] Get(string key) { if (string.IsNullOrWhiteSpace(key)) { return(new byte[0]); } return(_cacheRepository.GetByKey(key)); }