public Status StartRun(SidePacket sidePacket)
 {
     return(new Status(UnsafeNativeMethods.MpCalculatorGraphStartRun(ptr, sidePacket.GetPtr())));
 }