internal GroupService(Authentication authentication, IServiceInvoker serviceInvoker, ServerService serverService) : base(authentication, serviceInvoker) { this.serverService = serverService; }