public void Handle(FetchConfigurationForCustomCommand command)
 {
     Configurations = _customFetcher.Fetch(command);
     HasConfiguration = Configurations.Any();
     if (!HasConfiguration)
         Log.InfoFormat("No custom push configurations found for {1} {0} on {2}", command.Action.ToString(), command.Frequency.ToString(),
             command.CustomDay);
 }
        public void Handle(FetchConfigurationForCustomCommand command)
        {
           

        }