static CommandFactory()
 {
     _commandProperties = CommandProperties.GetInstance();
 }
 // default GetInstance() method
 public static CommandProperties GetInstance()
 {
     return(CommandProperties.GetInstance(PROPERTIES_FILE_VALUE));
 }