public void stop(InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
 public void take(IReadOnlyDictionary<string, string> propertyMap, InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
 public void simulate_key_event_string(string str, InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
 public void simulate_touch_event(int event_type, int x, int y, InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
 public void setProperty(string propertyName, string propertyValue, InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
 public void simulate_key_event_code(int keycode, InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
 public void re_simulate_navigation(InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
 public void screen_capture(string pszFilename, InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
 public void get_allocated_memory(InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
 public void getProperties(IReadOnlyList<string> arrayofNames, InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
 public void getAllProperties(InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
 public void file_exists(string str, InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }
 public void delete_file(string str, InstrumentationRuntime.IMethodResult oResult)
 {
     // implement this method in C# here
 }