Please help me with the task: Geo Location.

Hello, I’m working on this task:

Rename the ChickenFarm class from the previous task to ResistanceBase. Extract the Latitude and Longitude from the ResistanceBase to a separate class called GeoLocation. Add a property of type GeoLocation named Location to the ResistanceBase, and leave the getter and setter with default access.

Here is my code:


namespace Properties
{
   // Write your code here
}

Can anyone please help me to solve it?