public static string ToNative(this StructuralReferenceLine gs)
 {
     return(new GSAGridLine()
     {
         Value = gs
     }.SetGWACommand());
 }
 public static string ToNative(this StructuralReferenceLine gs)
 {
     return(SchemaConversion.Helper.ToNativeTryCatch(gs, () => new GSAGridLine()
     {
         Value = gs
     }.SetGWACommand()));
 }