public List <AutoDto> GetAutos()
 {
     WriteActualMethod();
     return(_autoManager.GetList().ConvertToDtos());
 }