private void Construct(INavigationService navigationService
                        , RewardCollection collection
                        , RewardViewController.Factory factory
                        , IUserProfile userProfile
                        , IAudioService audioService)
 {
     m_NavigationService = navigationService;
     m_RewardCollection  = collection;
     m_AudioService      = audioService;
     m_UserProfile       = userProfile;
     m_Factory           = factory;
 }
 private void Construct(RewardCollection rewardCollection)
 {
     m_RewardCollection = rewardCollection;
 }