public int CreateConnector(string name, string assignment, string location) { return(ComObject.CreateConnector(name, assignment, location)); }