public Status CloseInputStream(string name)
 {
     return(new Status(UnsafeNativeMethods.MpCalculatorGraphCloseInputStream(ptr, name)));
 }