Ver 2.2.0
Fix: DynamicArgumentTuple is not registered when return type is embedded array type. #164, thanks @honda-tatsuya
Add: ServiceContext.GetRawRequest
, SetRawRequest
, GetRawResponse
, SetRawResponse
. There are useful to modify request/result in filter(like encryption).