public static Album ConvertToDto(IAlbum album) { using (album) { album.WaitUntilLoaded(); return Mapper.Map<IAlbum, Album>(album); } }