/// <summary>
 /// Gets a semantic schema by id.
 /// </summary>
 /// <param name="id">The schema ID</param>
 /// <param name="loc">The localization</param>
 /// <returns>The semantic schema matching the id for the given module</returns>
 public static SemanticSchema GetSchema(string id, Localization loc)
 {
     return loc.GetSemanticSchema(id);
 }