public async Task <IEnumerable <BuildHistoryDTO> > GetHistoryByProjectId(int id)
 {
     return(await _buildService.GetHistoryByProjectId(id));
 }