newHandlerCodeBuilder.Append("throw new NotImplementedException(\"").Append(ResourceService.GetString("CSharpBinding.MethodIsNotImplemented")).AppendLine("\");");
newHandlerCodeBuilder.AppendLine("throw new NotImplementedException();");
"new "+eventHandlerFullyQualifiedTypeName+"("+newHandlerName+")"+"\n"+ResourceService.GetString("CSharpBinding.GenerateNewHandlerInstructions")+"\n"+CodeCompletionData.GetDocumentation(resolvedClass.Documentation),
"new "+eventHandlerFullyQualifiedTypeName+"("+newHandlerName+StringParser.Parse(")\n${res:CSharpBinding.GenerateNewHandlerInstructions}\n")+CodeCompletionData.GetDocumentation(resolvedClass.Documentation),