public void CreateScheduleTask() { UIMethods.Login(); UIMethods.CheckIfCurrentDayScheduleExistAndCreateIfNot(); UIMethods.CreateTask(); }