// ReSharper disable once CheckNamespace namespace BlueWaterProject { public interface ILaunch { void ExecuteLaunch(); } }