void ISectionParser.OnLoad(System.Collections.Generic.IDictionary<string, string> parameters)
 {
     KeywordKeyword = parameters.SafeGetValue("KeywordKeyword", KeywordKeyword);
     KeywordB = parameters.SafeGetValue("KeywordB", KeywordB);
     KeywordR = parameters.SafeGetValue("KeywordR", KeywordR);
     KeywordS = parameters.SafeGetValue("KeywordS", KeywordS);
     KeywordT = parameters.SafeGetValue("KeywordT", KeywordT);
 }
 void ISectionParser.OnLoad(System.Collections.Generic.IDictionary<string, string> parameters)
 {
     AffectedLocation = parameters.SafeGetValue("AffectedLocation", AffectedLocation);
     KeywordStreet = parameters.SafeGetValue("KeywordStreet", KeywordStreet);
     KeywordStreetNumber = parameters.SafeGetValue("KeywordStreetNumber", KeywordStreetNumber);
     KeywordCity = parameters.SafeGetValue("KeywordCity", KeywordCity);
     KeywordIntersection = parameters.SafeGetValue("KeywordIntersection", KeywordIntersection);
     KeywordProperty = parameters.SafeGetValue("KeywordProperty", KeywordProperty);
 }