static void MuseumsEx(bool IsRaw) { var Service = new MuseumService(); if (!IsRaw) { Service.SetRawStrategy(); } Service.Execute(); }