Complete the method definition below.
Given a string sentence
, the method should return an array of all the unique vowels present in the sentence, sorted in alphabetical order and in lowercase. The method should return No Vowels Found, if no vowels are present in the sentence.