public static DateTime GetServerTime(out string error) { IParking factory = ParkingFactory.GetFactory(); return(factory.GetServerTime(out error)); }