public static string GetCacheKey(this ICommandOptions options, string defaultCacheKey = null)
 {
     return(options.SafeGetOption <string>(SetCacheOptionsExtensions.CacheKeyKey, defaultCacheKey ?? options.GetDefaultCacheKey()));
 }