public async Task <IHttpActionResult> GetAllAcheivedTask()
 {
     //await _assignment.SubmitTask(regNo, consultantTaskId);
     logger.Info(DateTime.Now + ":" + "Inside the GetAllAcheivedTask IHttpActionResult in the Assignments Controller");
     return(Ok(await _assignment.GetAllAcheivedTask()));
 }