Develop a class that has a property which stores the dollar value of an order. The class has a CalculateFinalAmount that uses this logic--If the dollar value is at least $500, the solution reduces the dollar value by $50. Regardless of the dollar value of the order, the solution calculates a total after adding 7%. Then it returns the final total to the calling program.