public static MountCloudDriveReturnValue Execute(MountCloudDriveParameters parameters) { PrepareParameters(parameters); MountCloudDriveReturnValue MountDriveOutput = MountCloudDriveImplementation.ExecuteMethod_MountDrive(parameters.DriveReference); MountCloudDriveReturnValue returnValue = MountCloudDriveImplementation.Get_ReturnValue(MountDriveOutput); return returnValue; }
private static void PrepareParameters(MountCloudDriveParameters parameters) { }