public string GetUserIdFromMail(string key) { string userId = string.Empty; EmailCache.TryGetValue(key, out userId); return(userId); }