public static IList <Type> FindMessageHandlersFrom(Assembly assembly) { return(AttributeUtil.FindByAttribute <CommandHandlerAttribute>(assembly)); }