public KahlaPushService( PushMessageService stargatePushService, AppsContainer appsContainer, ChannelService channelService, ThirdPartyPushService thirdPartyPushService) { _stargatePushService = stargatePushService; _appsContainer = appsContainer; _channelService = channelService; _thirdPartyPushService = thirdPartyPushService; }