private String getMethodArgs(TBase<?, ?> args) {
   return StringUtils.drop(args.toString(), 256);
 }