Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. private static string GetAppSetting(AppSettings setting)
  2. {
  3.     return setting.Value();
  4. }