Inheritance: ILinkedInService
 /// <summary>
 /// Initializes a new instance of the <see cref="LinkedInController"/> class.
 /// </summary>
 /// <param name="userProcessor">
 /// The user processor.
 /// </param>
 /// <param name="linkedInService">
 /// The linked in service.
 /// </param>
 public LinkedInController(UserProcessor userProcessor, LinkedInService linkedInService)
 {
     this.userProcessor = userProcessor;
     this.linkedInService = linkedInService;
 }