public static Cell Run( IHostContext hostContext, Action<IHostCommand> sendCommand, CellDefinition cellDefinition, SolutionHead deployment, string solutionName, CancellationToken cancellationToken) { var process = new Cell(hostContext, sendCommand, cellDefinition, deployment, solutionName, cancellationToken); process.Run(); return process; }