public object Any(HelloIntroWithDep request) { return new HelloIntroResponse { Result = "Hello, {0}!".Fmt(request.Name) }; }
public object Any(HelloIntroWithDep request) { return(new HelloIntroResponse { Result = "Hello, {0}!".Fmt(request.Name) }); }