public IHttpActionResult AddToProject(string memberId, int projectId) { projectRepository.AddUserToProject(memberId, projectId); return(Ok()); }