USE C#.Write an AutoInsurance class to abstract auto insurance polices.
Each auto insurance policy contains policy holder's name, policy
number, car model, monthly premium, inception date, and expire
date. This class needs to provide two constructors and one method
which is to calculate the yearly premium.