For a class, each notification observation should be handled by a single method. The name of that method should be handle
appended with the name of the notification being observed. For instance, for notification name
NSNotification.Name.LUUICachedPaymentMethodDidUpdate
the handler would be
private func handleCachedPaymentMethodDidUpdate(...)