package notificationSendingStrategies; public interface SendNotificationStrategy { String makeContent(String message); }