public bool IsAutoAvailable(int id, DateTime von, DateTime bis) { WriteActualMethod(); return(_reservationManager.AutoIsAvailable(id, von, bis)); }