public static Type GetInterfaceMessageType(this IMessageCreator creator, object message)
        {
            var interfaceType = creator.GetInterfaceMessageType(message.GetType());

            return(interfaceType);
        }