public static string AccountName(string storage)
 {
     return(s_config.Get <string>(String.Format("Storage.{0}.AccountName", storage)));
 }