protected override string ResolveCore(string source)
 {
     if (!String.IsNullOrEmpty(source))
     {
         return(_cache.GetFullName(source));
     }
     else
     {
         return("");
     }
 }