public Tool GetToolById(string toolId) { var result = _toolRepository.GetToolById(toolId); //do mapping if necessary return(result); }