public static void BringServerOnline(this ICakeContext context, string farm, string address) { context.BringServerOnline("", farm, address); }