Method Move(Mountain mountain, Location newLocation)
{
    if (faith.Size >= mustardSeed.Size)
    {
        mountain.Location = newLocation;
    }
}