public Guid SaveBuild(string type, string name, string changeset, string comment) { ITestLogger logger = (ITestLogger) Activator.GetObject(typeof(ITestLogger), mServerLoggerUrl); return(logger.SaveBuild(type, name, changeset, comment)); }