public static SlackSocket AddBuiltinResponders(this SlackSocket socket)
 {
     return(socket.AddRespondersFromAssembly(typeof(SlackSocket).Assembly));
 }