public static ISetupActivity <EntityChanged> WithEntity <T>(this ISetupActivity <EntityChanged> activity) => activity.WithEntity(typeof(T));