public UsersController(ITestLinkedInData data) : base(data) { }
protected BaseController(ITestLinkedInData data, User userProfile) : this(data) { this.UserProfile = userProfile; }
public HomeController(ITestLinkedInData data) : base(data) { }
protected BaseController(ITestLinkedInData data) { this.Data = data; }