public Internship GetUserInternships(string internshipId)
        {
            InternshipService _internshipService = new InternshipService(settings);

            return(_internshipService.GetInternship(internshipId));
        }