protected override void Dispose(bool disposing) { if (disposing) { customService.Dispose(); instanceService.Dispose(); } base.Dispose(disposing); }