public InstrumentationCacheModel get_instrumentation(InstrumentationRequestModel inputModel)
 {
     return new InstrumentationCacheModel
     {
         Table = new RouteInstrumentationTableTag(GetData())
     };
 }
 public InstrumentationCacheModel Execute(InstrumentationRequestModel inputModel)
 {
     return new InstrumentationCacheModel();
 }
 public InstrumentationCacheModel get_instrumentation_details(InstrumentationRequestModel inputModel)
 {
     return new InstrumentationCacheModel();
 }