static String getName(SipMethod? method) { int period = method.toString().indexOf('.'); return method.toString().substring(period + 1); }